Revert "Adwaita: rich-list styling"
authornana-4 <hnmaigo@gmail.com>
Tue, 1 Sep 2020 13:31:44 +0000 (22:31 +0900)
committernana-4 <hnmaigo@gmail.com>
Sat, 5 Sep 2020 14:13:24 +0000 (23:13 +0900)
This reverts commit 2f0a4c7128ac31541c830b7ed223ce6417964bff.

It seems the commit was accidentally added when
768e24afc1fc5ba1bdf63a3d438f66524b3b2e92 was manually merged and pushed.

gtk/theme/Adwaita/_common.scss

index d68bde436eb03698abbe729d32ba78bf6b06b30c..9b10702bd494d9b478cb0f1878ad6483695c8d10 100644 (file)
@@ -3092,15 +3092,6 @@ list  {
   }
 }
 
-.rich-list { /* rich lists usually containing other widgets than just labels/text */
-  & > row {
-    padding: 6px;
-    & > box {
-      margin: 12px;
-    }
-  }
-}
-
 row {
   transition: all 150ms $ease-out-quad;